#main {
    background: #242423;
    background: radial-gradient(circle,rgba(36, 36, 35, 1) 0%, rgba(15, 10, 10, 1) 15%, rgba(5, 5, 5, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    color: white;
    font-family: "Smythe", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h1 {
    padding-top: 20px;
}
